password entry: Fix sizing
authorMatthias Clasen <mclasen@redhat.com>
Wed, 27 Mar 2019 04:21:11 +0000 (00:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 27 Mar 2019 05:42:00 +0000 (01:42 -0400)
commit8a9290d0ba8436d70858aedff23c2c61f77862e8
tree5d709130dce9f9e33b7188f9dede80cf9550f52d
parent8d4343a5500cf3a85c897a2873b03833d6c2f58f
password entry: Fix sizing

Use the same sizing approach we use for GtkEntry:
ignore icons when measuring. This ensures that
password entries don't change size as icons come
and go.
gtk/gtkpasswordentry.c